scrolledwindow: Don't take adjustments in new()
authorMatthias Clasen <mclasen@redhat.com>
Wed, 24 Jun 2020 15:25:09 +0000 (11:25 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 24 Jun 2020 15:25:09 +0000 (11:25 -0400)
commit386b63b85d803b593142ccb074524693d047a66a
tree5731d1acf8d9c453f3513c171de4b6aec55de135
parent2cfeb1048c1090b7ce99638bd19feaf41246a8f2
scrolledwindow: Don't take adjustments in new()

In 99.9% of all cases, these are just NULL, NULL.
So just do away with these arguments, people can
use the setters for the rare cases where they want
the scrolled window to use a different adjustment.
93 files changed:
demos/gtk-demo/css_basics.c
demos/gtk-demo/css_multiplebgs.c
demos/gtk-demo/css_pixbufs.c
demos/gtk-demo/css_shadows.c
demos/gtk-demo/dnd.c
demos/gtk-demo/editable_cells.c
demos/gtk-demo/expander.c
demos/gtk-demo/fixed.c
demos/gtk-demo/flowbox.c
demos/gtk-demo/hypertext.c
demos/gtk-demo/iconview.c
demos/gtk-demo/list_store.c
demos/gtk-demo/listbox.c
demos/gtk-demo/listview_applauncher.c
demos/gtk-demo/listview_clocks.c
demos/gtk-demo/listview_colors.c
demos/gtk-demo/listview_weather.c
demos/gtk-demo/main.c
demos/gtk-demo/markup.c
demos/gtk-demo/overlay2.c
demos/gtk-demo/sliding_puzzle.c
demos/gtk-demo/tabs.c
demos/gtk-demo/textscroll.c
demos/gtk-demo/textundo.c
demos/gtk-demo/textview.c
demos/gtk-demo/tree_store.c
demos/print-editor/print-editor.c
docs/tools/widgets.c
examples/application10/exampleappwin.c
examples/application3/exampleappwin.c
examples/application4/exampleappwin.c
examples/application5/exampleappwin.c
examples/application6/exampleappwin.c
examples/application7/exampleappwin.c
examples/application8/exampleappwin.c
examples/application9/exampleappwin.c
examples/bp/bloatpad.c
examples/plugman.c
examples/sunny.c
gtk/gtkcustompaperunixdialog.c
gtk/gtkentrycompletion.c
gtk/gtkmountoperation.c
gtk/gtkplacessidebar.c
gtk/gtkscrolledwindow.c
gtk/gtkscrolledwindow.h
gtk/gtkshortcutswindow.c
gtk/gtkstacksidebar.c
gtk/inspector/controllers.c
gtk/inspector/prop-editor.c
tests/listmodel.c
tests/overlayscroll.c
tests/scrolling-performance.c
tests/syncscroll.c
tests/testaccel.c
tests/testcellrenderertext.c
tests/testclipboard2.c
tests/testcolumnview.c
tests/testcombochange.c
tests/testflowbox.c
tests/testgrid.c
tests/testgrouping.c
tests/testgtk.c
tests/testheaderbar.c
tests/testiconview.c
tests/testkineticscrolling.c
tests/testlist.c
tests/testlist2.c
tests/testlist3.c
tests/testlist4.c
tests/testlistdnd.c
tests/testlistview-animating.c
tests/testlistview.c
tests/testoverlay.c
tests/testoverlaystyleclass.c
tests/testscrolledge.c
tests/testscrolledwindow.c
tests/testscrolltofocus.c
tests/teststack.c
tests/testtextview.c
tests/testtextview2.c
tests/testtreechanging.c
tests/testtreecolumns.c
tests/testtreecolumnsizing.c
tests/testtreeedit.c
tests/testtreeflow.c
tests/testtreefocus.c
tests/testtreepos.c
tests/testtreesort.c
tests/testtreeview.c
tests/testverticalcells.c
tests/treestoretest.c
testsuite/a11y/children.c
testsuite/gtk/scrolledwindow.c